/*logo*/
.index_navigation_headbg{min-width:1190px; max-width:1920px; margin:auto; height:45px; padding-top:17px; padding-bottom:246px;}
.index_navigation_Top{ width:1190px; margin:0 auto; height:45px;}
.index_navigation_Logo{ width:355px; float:left; height:45px;}
.index_navigation_Logo ul li{ float:left; font-size:16px; color:#ffffff; line-height:25px;}
.index_navigation_Logo ul li h3{ font-size:14px; color:#ffffff; font-weight:normal; letter-spacing:5px;}
.index_navigation_Logo ul li img{width:87px; height:31px; border:none;}
.index_navigation_HeadRight{ width:815px; float:right; margin-top:1px;}
.index_navigation_page_Menu{width:100%;}
.index_navigation_page_Menu ul li{ float:left; list-style:none; position:relative; margin:0 23px;}
.index_navigation_page_Menu ul li h2{ font-size:14px; color:#ffffff; line-height:35px; font-weight:normal;}
.index_navigation_page_Menu ul li a:hover{ text-decoration:none;}

.index_navigation_page_Menu ul li:hover{ background:url(../ZERO/img/menu_hover.png) center bottom no-repeat;}
.index_navigation_page_Menu ul li:hover h2{font-size:14px; color:#ffdd00; font-weight:bold; line-height:35px;}

#index_navigation_animate,#index_navigation_animate1,#index_navigation_animate2{-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;}